home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 3 / Cream of the Crop 3.iso / clipper / ks94an.zip / SETUSRPR.HDR < prev    next >
Text File  |  1994-04-25  |  648b  |  34 lines

  1. /******************************************************************************
  2.                  The Klipper Library, for CA-Clipper 5.x
  3.         Copyright (c), 1994, Wallace Information Systems Engineering
  4.  
  5. FUNCTION:
  6.  
  7. _SetUsrPrint( nFRow, nFCol, nTRow, nTCol, cColor ) --> NIL
  8.  
  9. PARAMETERS:
  10.  
  11. nFrow  : Printer Selection Box Coordinates
  12. nFCol  : " "
  13. nTRow  : " "
  14. nTCol  : " "
  15. cColor : Selection Box Color
  16.  
  17. SHORT:
  18.  
  19. Set printer settings per individual user.
  20.  
  21. DESCRIPTION:
  22.  
  23.  
  24.  
  25. NOTE:
  26.  
  27. See _SelUsrPrn() for a complete description.
  28.  
  29. EXAMPLE:
  30.  
  31.  
  32.  
  33. ******************************************************************************/
  34.